home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / sfdrsys.zip / SFDRSYS.DOC < prev   
Text File  |  1990-02-18  |  4KB  |  107 lines

  1.  
  2.                                    SFDRSYS 
  3.                                   Version 1.0
  4.                      Copyright (C) By Mike Woltz, 1990
  5.                              Buffalo Creek Software
  6.                                   A Member Of 
  7.                    The Association Of Shareware Professionals
  8.      
  9.                           
  10.      INTRODUCTION
  11.      -------------
  12.  
  13.      SFDRSYS is a utility to be used with SPITFIRE Bulletin Board System's
  14.      Door feature.  When a caller is logged on a SPITFIRE BBS and elects
  15.      to utilize a Door, SPITFIRE creates a file named SFDOORS.DAT.  This
  16.      file contains necessary information and must exist for the user to
  17.      be able to return to SPITFIRE after running the Door program.  
  18.      
  19.      SFDRSYS is a utility written in Turbo Assembler language, that reads 
  20.      the information from SFDOORS.DAT and then writes the information to 
  21.      DOOR.SYS.  DOOR.SYS is a file used to obtain user information for
  22.      various door programs.  DOOR.SYS is specifically used by GAP BBS
  23.      door programs and a number of other door authors who are attempting 
  24.      to standardize door program user data files.  There are many door
  25.      programs written that are dependent on DOOR.SYS for their operation.  
  26.      By using SFDRSYS, the DOOR.SYS file can be created to allow these
  27.      door programs to be used with SPITFIRE.
  28.      
  29.      
  30.      USAGE
  31.      -----
  32.      
  33.      SFDRSYS can be used in one of two ways.  First, you may place the
  34.      SFDRSYS.COM file in the directory from which the door is being
  35.      executed.  Or, if you are using several doors that require 
  36.      DOOR.SYS, SFDRSYS.COM may be placed in your file path to save
  37.      having duplicate copies of the file on your drive.
  38.  
  39.      Regardless of where the SFDRSYS.COM file is located on your drive,
  40.      the command syntax for program execution is the same.  The correct
  41.      command syntax is:
  42.      
  43.      SFDRSYS.COM
  44.      
  45.      Although, SFDRSYS.COM may exist either in the door directory or
  46.      in any directory in your file path, SFDOORS.DAT must be copied
  47.      to the directory from where the door will be run.  For example,
  48.      let's assume you are executing the door program from the DOOR_A 
  49.      directory, directly off your main SF directory on C:\ drive.  You
  50.      would then need to include this command in the batch file used
  51.      to execute the door:
  52.      
  53.      CD\SF
  54.      COPY SFDOORS.DAT C:\SF\DOOR_A
  55.      
  56.      Once the SFDOORS.DAT file is copied, you must then change to
  57.      the door directory and execute SFDRSYS.
  58.  
  59.      An example batch file set up for running a door program requring
  60.      DOOR.SYS is illustrated below.  It, again, assumes that the door
  61.      program is set up in a DOOR_A directory directly off your main
  62.      SF directory.
  63.       
  64.      :DOOR_A
  65.      COPY SFDOORS.DAT C:\SF\DOOR_A
  66.      CD \SF\DOOR_A
  67.      SFDRSYS
  68.      DOOR          (* NOTE: Execute door program here *)
  69.      DELETE SFDOORS.DAT
  70.      CD \SF
  71.      GOTO LOOP
  72.      :DOOR_B
  73.  
  74.  
  75.     DISTRIBUTION AND REGISTRATION
  76.     ------------------------------
  77.  
  78.        SFDRSYS is distributed under the shareware concept.  You are free 
  79.     to distribute the SFDRSYS program as long as it remains unmodified and 
  80.     no fee is charged.  If you use this program and find it beneficial a fee 
  81.     is required.  A $1.00 fee is required of registered SPITFIRE sysops and 
  82.     a $5.00 fee is required of all others.  The registration fee should
  83.     be sent to:
  84.     
  85.                         Buffalo Creek Software
  86.                         Attn: Mike Woltz
  87.                         913 39th Street
  88.                         West Des Moines, Iowa  50265                   
  89.     
  90.     
  91.     
  92.     DISCLAIMER
  93.     ----------
  94.  
  95.     Mike Woltz and/or Buffalo Creek Software shall in no way be held 
  96.     responsible for any damage incurred while operating SFDRSYS.  All 
  97.     responsibility lies with the user of the software.
  98.  
  99.       The documentation for SFDRSYS is contributed by Jacque Shipley and 
  100.    The Mother Board BBS.  The shareware version of SPITFIRE and other SPITFIRE
  101.    utilities are available for download from:
  102.  
  103.          Buffalo Creek's BBS              The Mother Board BBS
  104.           Mike Woltz, Sysop               Jacque Shipley, Sysop
  105.            (515) 225-8496                    (515) 986-3464
  106.     38400/19200/9600/2400/1200 Baud        9600/2400/1200 Baud
  107.